home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / anacrontab < prev    next >
Text File  |  2009-09-17  |  395b  |  13 lines

  1. # /etc/anacrontab: configuration file for anacron
  2.  
  3. # See anacron(8) and anacrontab(5) for details.
  4.  
  5. SHELL=/bin/sh
  6. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  7.  
  8. # These replace cron's entries
  9. 1    5    cron.daily     nice run-parts --report /etc/cron.daily
  10. 7    10    cron.weekly     nice run-parts --report /etc/cron.weekly
  11. @monthly    15    cron.monthly nice run-parts --report /etc/cron.monthly
  12.  
  13.